home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sather / readme.txt < prev    next >
Text File  |  1993-07-23  |  3KB  |  67 lines

  1. File: /pub/sather/README
  2. Author: Stephen M. Omohundro
  3. Created: Wed Jun  5 18:10:33 1991
  4. Copyright (C) International Computer Science Institute, 1991
  5.  
  6. This directory contains the first beta release of the Sather system in
  7. the file "sather-0.01.beta.tar.Z" (250K chunks making up this file are 
  8. available in pub/sather/split). A short description of the system
  9. is in sather_summary.txt and a PostScript version of the manual is in
  10. manual.ps. These files are also included in the distribution.
  11.  
  12. A mailing list exists <sather@icsi.berkeley.edu> which will be used for 
  13. Sather software announcements and the discussion of Sather issues. If you
  14. would like to be removed from or added to this list, please send
  15. mail to <sather-request@icsi.berkeley.edu>. If wish to submit bug reports 
  16. or suggestions please send them to the list:
  17. <sather-admin@icsi.berkeley.edu>. 
  18.  
  19. The first 0.01 beta release of the Sather programming language and
  20. environment are now available by anonymous ftp. This release includes
  21. the compiler, the debugger, the emacs editing environment, several
  22. hundred library classes, documentation, and some other miscellaneous
  23. tools. These programs are all freely available in source code form and
  24. are covered by an unrestrictive license which is included in the
  25. distribution. The compiler has been functional for almost a year now
  26. and the rest of the environment has been used to build several fairly
  27. large systems. Most components have only been used extensively on Sun
  28. 4's running SunOS 4.x. The generated C code is fairly portable and
  29. ports to other machines should not be difficult (the compiler has been
  30. successfully ported to both a DEC workstation and a Sequent.)  The
  31. compressed tar file is about 3 megabytes, the unpacked system about
  32. 9.3 megabytes and the compiled and installed system about 18
  33. megabytes.
  34.  
  35. In the United States, you may obtain the distribution by anonymous ftp
  36. on the internet from <icsi-ftp.berkeley.edu>. 
  37. Use "ftp" as follows:
  38.  
  39. % ftp icsi-ftp.berkeley.edu
  40. Connected to icsic.Berkeley.EDU.
  41. 220 icsi-ftp (icsic.berkeley.edu) FTP server (Version 5.60.l) ready.
  42. Name (icsi-ftp:username): ftp
  43. 331 Guest login ok, send ident as password.
  44. Password:
  45. 230 Guest login Ok, access restrictions apply.
  46. ftp> cd pub/sather
  47. 250 CWD command successful.
  48. ftp> binary
  49. 200 Type set to I.
  50. ftp> get sather-0.01.beta.tar.Z
  51. 200 PORT command successful.
  52. 150 Opening BINARY mode data connection for sather-0.01.beta.tar.Z (3556225 bytes).226 Transfer complete.
  53. local: sather-0.01.beta.tar.Z remote: sather-0.01.beta.tar.Z
  54. 3556225 bytes received in 21 seconds (1.6e+02 Kbytes/s)
  55. ftp> quit
  56. 221 Goodbye.
  57.  
  58. Uncompress and unpack using:
  59.  
  60. % zcat sather-0.01.beta.tar.Z | tar xf -
  61.  
  62. Each directory has a README file describing its contents. Installation
  63. instructions are in the file "INSTALL" in the "doc" directory.
  64.  
  65. In Europe Sather is available from: gmdzi.gmd.de (currently:
  66. 129.26.1.90) in pub/Sather.
  67.